본문으로 건너뛰기

Bias (machine learning)

Bias

An intercept or offset from an origin. Bias is a parameter in machine learning models, which is symbolized by either of the following:

  • b
  • w0

For example, bias is the b in the following formula:

y=b+w1x1+w2x2++wnxn

In a simple two-dimensional line, bias just means “y-intercept.”1